home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TENTERPSWDLG
/
TENTERPSWDLG.txt
Wrap
Text File
|
2004-10-12
|
3KB
|
142 lines
object EnterPswDlg: TEnterPswDlg
Left = 384
Top = 170
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Enter password'
ClientHeight = 261
ClientWidth = 362
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ClientPanel: TPanel
Left = 0
Top = 149
Width = 362
Height = 52
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object lTitle: TLabel
Left = 8
Top = 8
Width = 345
Height = 13
AutoSize = False
Caption = '&Password'
FocusControl = ePsw
WordWrap = True
end
object ePsw: TEdit
Left = 8
Top = 26
Width = 347
Height = 21
MaxLength = 70
PasswordChar = '*'
TabOrder = 0
end
end
object BottomPanel: TPanel
Left = 0
Top = 223
Width = 362
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object bOK: TButton
Left = 200
Top = 2
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object bCancel: TButton
Left = 280
Top = 2
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object bCustom: TButton
Left = 8
Top = 2
Width = 105
Height = 25
ModalResult = 6
TabOrder = 2
end
object bHelp: TButton
Left = 120
Top = 2
Width = 75
Height = 25
Caption = 'Help'
Enabled = False
TabOrder = 3
Visible = False
OnClick = bHelpClick
end
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 362
Height = 149
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object lListTitle: TLabel
Left = 8
Top = 6
Width = 353
Height = 27
AutoSize = False
Caption = 'Can be decrypted by'
FocusControl = ePsw
WordWrap = True
end
object ListBox: TListBox
Left = 8
Top = 40
Width = 347
Height = 105
ItemHeight = 13
TabOrder = 0
end
end
object pnCheckbox: TPanel
Left = 0
Top = 201
Width = 362
Height = 22
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object CheckBox: TCheckBox
Left = 8
Top = 0
Width = 345
Height = 17
TabOrder = 0
end
end
end